home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 13 / Hobby PC 13.iso / assets / Asset Library / Stylesheets / traditional / traditional.css < prev   
Cascading Style Sheet File  |  2001-04-09  |  4KB  |  222 lines

  1. /* WinNS4 */
  2. body, td    { font-family:    Georgia, 'Minion Web', Palatino, 'Book Antiqua', Utopia, 'Times New Roman', serif; }
  3. PRE, CODE, TT    { font-family:    monospace; }
  4.  
  5.  
  6.  
  7.  
  8. /* WinNS4 */
  9. h1, h2, h3, h4, h5, h6, th, dt    { font-family:    'Trebuchet MS', Verdana, 'Myriad Web', Syntax, sans-serif; }
  10.  
  11.  
  12.  
  13.  
  14. /* WinNS4 */
  15.     /* begin affordances */    /* 2 - laid */
  16.         
  17. A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,        
  18. DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,        
  19. LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,         
  20. APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,        
  21. ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND    {    
  22.     word-spacing:    normal;
  23.     letter-spacing:    normal;
  24.     text-transform:    none;
  25.     text-decoration:    none;
  26.     border-color:    black;
  27.     border-style:    none;
  28.     }    
  29.         
  30. BODY    {    
  31.     color:    black;
  32.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  33.     }    
  34.         
  35. EM    {    
  36.     font-style:    normal;
  37.     font-weight:    bold;
  38.     color:    black;
  39.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  40.     }    
  41.         
  42. STRONG    {    
  43.     font-style:    italic;
  44.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  45.     font-weight:    bold;
  46.     color:    black;
  47.     }    
  48.         
  49. EM STRONG, STRONG EM    {    
  50.     text-transform:    uppercase;
  51.     font-style:    normal;
  52.     font-weight:    bolder;
  53.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  54.     color:    black;
  55.     }    
  56.         
  57. .warning    {    
  58.     text-transform:    none;
  59.     font-style:    normal;
  60.     font-weight:    bolder;
  61.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  62.     color:    black;
  63.     }    
  64.         
  65. DEL    {    
  66.     text-decoration:    line-through;
  67.     background:    #F66;
  68.     }    
  69.         
  70. INS    {    
  71.     text-decoration:    underline;
  72.     background:    yellow;
  73.     }    
  74.         
  75. VAR, CITE, DFN, .note    {    
  76.     font-style:    italic;
  77.     }    
  78.         
  79. ADDRESS    {    
  80.     font-style:    normal;
  81.     letter-spacing:    .1em;
  82.     }    
  83.         
  84. CODE, KBD, SAMP    {    
  85.     font-family:    Monotype.com, Courier New, monospace;
  86.     }    
  87.         
  88. ACRONYM    {    
  89.     font-variant:    small-caps;
  90.     letter-spacing:    0.1em;
  91.     }    
  92.         
  93. H1, H2, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT    {    
  94.     color:    black;
  95.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  96.     }    
  97.         
  98. HR    {    
  99.     color:    black;
  100.     }    
  101.         
  102. .colophon    {    
  103.     display:    none;
  104.     }    
  105.         
  106. CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR    {    
  107.     color:    black;
  108.     text-decoration:    none;
  109.     border-color:    black;
  110.     border-style:    none;
  111.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  112.     }    
  113.         
  114. A:link    {    
  115.     text-decoration:    none;
  116.     font-weight:    bold; 
  117.     color:    #C00;
  118.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  119.     }    
  120.         
  121. A:visited    {    
  122.     text-decoration:    none;
  123.     font-weight:    bold;
  124.     color:    #69C;
  125.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  126.     }    
  127.         
  128. A:active    {    
  129.     text-decoration:    none;
  130.     font-weight:    bold;
  131.     color:    #C00;
  132.     background:    url(/source/graphics/textura.GIF) #FF0;
  133.     }    
  134.         
  135. A:hover    {    
  136.     text-decoration:    none;
  137.     color:    #F00;
  138.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  139.     }    
  140.         
  141. A.offsite    {    
  142.     text-decoration:    none;
  143.     font-weight:    normal;
  144.     color:    #C66;
  145.     background:    url(/source/graphics/textura.GIF) #FFFFF5;
  146.     }    
  147.         
  148.     /* end affordances */    
  149.  
  150.     /* begin NS4 bug hack */
  151. EM    {
  152.     background:    #FFFFFA;
  153.     }
  154.  
  155. STRONG    {
  156.     background:    #FFFFFA;
  157.     }
  158.  
  159. EM STRONG, STRONG EM, .warn    {
  160.     background:    #FFFFFA;
  161.     }
  162.  
  163. #title    {
  164.     background:    #FFFFFA;
  165.     }
  166.  
  167. CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR    {
  168.     background:    #FFFFFA;
  169.     }
  170.  
  171. A:link    {
  172.     background:    FFFFFA;
  173.     }
  174.  
  175. A:visited    {
  176.     background:    FFFFFA;
  177.     }
  178.  
  179. A:active    {
  180.     background:    #FF0;
  181.     }
  182.  
  183. A:hover    {
  184.     background:    #FFFFFA;
  185.     }
  186.  
  187. A.offsite    {
  188.     background:    #FFFFFA;
  189.     }
  190.     /* end hack */
  191.  
  192.  
  193.  
  194. /* WinNS4 */
  195.  
  196.  
  197.  
  198.  
  199. /* WinNS4 */
  200.  
  201.  
  202.  
  203.  
  204. /* WinNS4 */
  205.     /* begin body box */    /* 3 - 'twelvths asymmetric' */
  206.  
  207. BODY    {
  208.     margin-top:    1.58em;
  209.     margin-left:    16%;
  210.     margin-right:    5%;
  211.     margin-bottom:    1.58em;
  212.     padding-top:    0;
  213.     padding-left:    0;
  214.     padding-right:    0;
  215.     padding-bottom:    0;
  216.     border-top:    0;
  217.     border-left:    0;
  218.     border-bottom:    0;
  219.     border-right:    0;
  220.     width:    48em;
  221.     }
  222.     /* end body box */